github.com/refraction-networking/utls.Conn.retryCount (field)

8 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L120: 	retryCount int
		conn.go#L705: 		c.retryCount = 0
		conn.go#L790: 	c.retryCount++
		conn.go#L791: 	if c.retryCount > maxUselessRecords {
		conn.go#L1318: 	c.retryCount++
		conn.go#L1319: 	if c.retryCount > maxUselessRecords {
		u_conn.go#L966: 	c.retryCount++
		u_conn.go#L967: 	if c.retryCount > maxUselessRecords {